home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / arcers / zsshl2fr.zip / ZUNLZHV.BA_ / ZUNLZHV.BAT
DOS Batch File  |  1995-01-10  |  584b  |  21 lines

  1. @echo off
  2. REM ZUNLZHV-------------------------------------
  3. REM Batch file to use LHA (view mode )
  4. REM with the ZS Shell
  5. REM
  6. REM %1 is the LZH file name
  7. REM %2 is the ZIP file to create
  8. REM 
  9. REM We use a temp directory named 897436
  10. REM make sure you don' t use such a directory
  11. REM to avoid a possible blanking...
  12. REM --------------------------------------------
  13. REM Goto the Zip Studio EXTERN directory
  14. REM We use it to keep some space for the
  15. REM command line. (Please check GO_ZSHL.BAT)
  16. REM to adapt it to your configuration).
  17. REM View the files
  18. LHA l %1
  19. PAUSE
  20.  
  21.